Donator
Meta Tables for Donator.
Functions
playerMeta:GetAdditionalCharSlots()
Retrieves the number of additional character slots the player has.
Returns
-
int
The number of additional character slots.
playerMeta:GiveAdditionalCharSlots(AddValue)
Adds a specified number of additional character slots to the player.
Parameters
-
AddValue
Integer
The number of additional character slots to add. Defaults to 1 if not specified.
playerMeta:SetAdditionalCharSlots(val)
Sets the number of additional character slots for the player.
Parameters
-
val
Integer
The number of additional character slots to set.